'Declaration
Public Overloads Shared Function GetSecurityPermissionList( _ ByVal permissions As IEnumerable(Of SecurityPermission), _ Optional ByVal classKeyName As String _ ) As String
public static string GetSecurityPermissionList( IEnumerable<SecurityPermission> permissions, string classKeyName )
public: static String^ GetSecurityPermissionList( IEnumerable<SecurityPermission>^ permissions, String^ classKeyName )
Parameters
- permissions
- The list of permissions to return names for.
- classKeyName
- The key name (from ArcanaDevelopment.adTempus.Client.ObjectBase.ClassKeyName) of the secured class. For some permissions, the display name may be different depending on the class.
Return Value
The display name for the permission.